Feat/detail panel filepath view in condition - #63304
Conversation
Assisted-by: OpenCode:gpt-5.6-sol Signed-off-by: redsteadz <harcolemas@gmail.com>
0567f26 to
ed82de3
Compare
| } | ||
|
|
||
| // Only works outside of the main files view | ||
| if (view.id === 'files') { |
There was a problem hiding this comment.
when is this needed? Meaning when is this action ever useful in the files view?
As the files view is already the action target view this would end up in?
There was a problem hiding this comment.
When doing search this action never appears, even though the file is within some xyz folder, and instead of just the file. I want to go to the actual folder. So instead of just disabling by view.id files, we can check if we are in the same folder as actual file, then no need to show this.
| <div class="filesSidebarSubname__path"> | ||
| {{ node.path }} |
There was a problem hiding this comment.
when the filepath is visible from the current path (e.g. files view or folder tree) then this is quite confusing to people. IMHO this should be move to its own section to make it a bit cleaner.
There was a problem hiding this comment.
Okk, fair point, will update with a different section and a label
Summary
TODO:
Before:
After:
Checklist
3. to review, feature component)stable32)AI (if applicable)
The tests written were made using the help of GPT-5.6 Sol